﻿2026-07-27T14:51:37.8677272Z ##[group]Run set -euo pipefail
2026-07-27T14:51:37.8677568Z [36;1mset -euo pipefail[0m
2026-07-27T14:51:37.8677774Z [36;1mPIN=0c95435[0m
2026-07-27T14:51:37.8677978Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-27T14:51:37.8678216Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-27T14:51:37.8678543Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-27T14:51:37.8679033Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-27T14:51:37.8679434Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-27T14:51:37.8679772Z [36;1m  rm -rf "$CACHE"[0m
2026-07-27T14:51:37.8679997Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-27T14:51:37.8680254Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-27T14:51:37.8680559Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-27T14:51:37.8680888Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-27T14:51:37.8681140Z [36;1mfi[0m
2026-07-27T14:51:37.8681405Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-27T14:51:37.8694490Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-27T14:51:37.8694837Z env:
2026-07-27T14:51:37.8695066Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-27T14:51:37.8695533Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30272300853-1-yFw3oR
2026-07-27T14:51:37.8696095Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30272300853-1-yFw3oR
2026-07-27T14:51:37.8696510Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30272300853-1-yFw3oR
2026-07-27T14:51:37.8696926Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30272300853-1-yFw3oR
2026-07-27T14:51:37.8697238Z ##[endgroup]
2026-07-27T14:51:38.1561936Z    Compiling proc-macro2 v1.0.106
2026-07-27T14:51:38.1562399Z    Compiling unicode-ident v1.0.24
2026-07-27T14:51:38.1563076Z    Compiling quote v1.0.45
2026-07-27T14:51:38.1563400Z    Compiling libc v0.2.186
2026-07-27T14:51:38.1563686Z    Compiling serde_core v1.0.228
2026-07-27T14:51:38.1563992Z    Compiling cfg-if v1.0.4
2026-07-27T14:51:38.1609310Z    Compiling serde v1.0.228
2026-07-27T14:51:38.1637870Z    Compiling log v0.4.32
2026-07-27T14:51:38.1671820Z    Compiling pin-project-lite v0.2.17
2026-07-27T14:51:38.1704870Z    Compiling typenum v1.20.1
2026-07-27T14:51:38.1746940Z    Compiling portable-atomic v1.13.1
2026-07-27T14:51:38.1776125Z    Compiling version_check v0.9.5
2026-07-27T14:51:38.1871189Z    Compiling memchr v2.8.1
2026-07-27T14:51:38.1871946Z    Compiling find-msvc-tools v0.1.9
2026-07-27T14:51:38.2062009Z    Compiling critical-section v1.2.0
2026-07-27T14:51:38.2131245Z    Compiling shlex v2.0.1
2026-07-27T14:51:38.2548915Z    Compiling bytes v1.11.1
2026-07-27T14:51:38.2640724Z    Compiling subtle v2.6.1
2026-07-27T14:51:38.3071057Z    Compiling futures-core v0.3.32
2026-07-27T14:51:38.4280310Z    Compiling smallvec v1.15.1
2026-07-27T14:51:38.4530624Z    Compiling equivalent v1.0.2
2026-07-27T14:51:38.4584460Z    Compiling itoa v1.0.18
2026-07-27T14:51:38.4649917Z    Compiling semver v1.0.28
2026-07-27T14:51:38.4908670Z    Compiling stable_deref_trait v1.2.1
2026-07-27T14:51:38.5351235Z    Compiling futures-io v0.3.32
2026-07-27T14:51:38.5690837Z    Compiling futures-sink v0.3.32
2026-07-27T14:51:38.5692148Z    Compiling slab v0.4.12
2026-07-27T14:51:38.5811458Z    Compiling futures-task v0.3.32
2026-07-27T14:51:38.6255067Z    Compiling generic-array v0.14.7
2026-07-27T14:51:38.6356055Z    Compiling futures-channel v0.3.32
2026-07-27T14:51:38.6811655Z    Compiling rand_core v0.10.1
2026-07-27T14:51:38.7076089Z    Compiling hashbrown v0.17.1
2026-07-27T14:51:38.7871983Z    Compiling rustversion v1.0.22
2026-07-27T14:51:38.7932334Z    Compiling bitflags v2.12.1
2026-07-27T14:51:38.7943890Z    Compiling getrandom v0.4.2
2026-07-27T14:51:38.8057667Z    Compiling cpufeatures v0.2.17
2026-07-27T14:51:38.8371000Z    Compiling rustc_version v0.4.1
2026-07-27T14:51:38.8820719Z    Compiling fnv v1.0.7
2026-07-27T14:51:38.8950513Z    Compiling cfg_aliases v0.2.1
2026-07-27T14:51:38.9376530Z    Compiling strsim v0.11.1
2026-07-27T14:51:38.9528868Z    Compiling writeable v0.6.3
2026-07-27T14:51:38.9660848Z    Compiling litemap v0.8.2
2026-07-27T14:51:38.9700636Z    Compiling utf8_iter v1.0.4
2026-07-27T14:51:39.0703045Z    Compiling icu_normalizer_data v2.2.0
2026-07-27T14:51:39.0920762Z    Compiling fs_extra v1.3.0
2026-07-27T14:51:39.1521369Z    Compiling icu_properties_data v2.2.0
2026-07-27T14:51:39.2271361Z    Compiling ident_case v1.0.1
2026-07-27T14:51:39.2410250Z    Compiling dunce v1.0.5
2026-07-27T14:51:39.2989891Z    Compiling autocfg v1.5.1
2026-07-27T14:51:39.3101724Z    Compiling percent-encoding v2.3.2
2026-07-27T14:51:39.3699514Z    Compiling http v1.4.1
2026-07-27T14:51:39.3771017Z    Compiling aws-lc-rs v1.17.0
2026-07-27T14:51:39.4876850Z    Compiling syn v2.0.117
2026-07-27T14:51:39.5041082Z    Compiling cpufeatures v0.3.0
2026-07-27T14:51:39.5334048Z    Compiling unicode-segmentation v1.13.3
2026-07-27T14:51:39.5470858Z    Compiling thiserror v2.0.18
2026-07-27T14:51:39.5512912Z    Compiling scopeguard v1.2.0
2026-07-27T14:51:39.5711829Z    Compiling chacha20 v0.10.0
2026-07-27T14:51:39.5719711Z    Compiling form_urlencoded v1.2.2
2026-07-27T14:51:39.6410748Z    Compiling untrusted v0.9.0
2026-07-27T14:51:39.6710699Z    Compiling lock_api v0.4.14
2026-07-27T14:51:39.7190722Z    Compiling indexmap v2.14.0
2026-07-27T14:51:39.7440446Z    Compiling heck v0.5.0
2026-07-27T14:51:39.7571791Z    Compiling rustls v0.23.40
2026-07-27T14:51:39.8025673Z    Compiling atomic-waker v1.1.2
2026-07-27T14:51:39.8167339Z    Compiling anyhow v1.0.102
2026-07-27T14:51:39.9086089Z    Compiling jobserver v0.1.34
2026-07-27T14:51:39.9192172Z    Compiling const-oid v0.10.2
2026-07-27T14:51:39.9596390Z    Compiling unicode-xid v0.2.6
2026-07-27T14:51:39.9770656Z    Compiling parking_lot_core v0.9.12
2026-07-27T14:51:39.9850662Z    Compiling paste v1.0.15
2026-07-27T14:51:40.0203386Z    Compiling httparse v1.10.1
2026-07-27T14:51:40.0280574Z    Compiling zerocopy v0.8.50
2026-07-27T14:51:40.0500657Z    Compiling num-traits v0.2.19
2026-07-27T14:51:40.0640908Z    Compiling hybrid-array v0.4.12
2026-07-27T14:51:40.2010559Z    Compiling convert_case v0.10.0
2026-07-27T14:51:40.2471166Z    Compiling curve25519-dalek v4.1.3
2026-07-27T14:51:40.2576767Z    Compiling cc v1.2.63
2026-07-27T14:51:40.2869697Z    Compiling ahash v0.8.12
2026-07-27T14:51:40.3334845Z    Compiling either v1.16.0
2026-07-27T14:51:40.3981286Z    Compiling crypto-common v0.1.7
2026-07-27T14:51:40.4120320Z    Compiling block-buffer v0.10.4
2026-07-27T14:51:40.4785628Z    Compiling http-body v1.0.1
2026-07-27T14:51:40.4957548Z    Compiling powerfmt v0.2.0
2026-07-27T14:51:40.5021563Z    Compiling base64ct v1.8.3
2026-07-27T14:51:40.5091457Z    Compiling fastrand v2.4.1
2026-07-27T14:51:40.5370970Z    Compiling digest v0.10.7
2026-07-27T14:51:40.6540814Z    Compiling deranged v0.5.8
2026-07-27T14:51:40.7481301Z    Compiling tinyvec_macros v0.1.1
2026-07-27T14:51:40.7630180Z    Compiling num-conv v0.2.2
2026-07-27T14:51:40.7771194Z    Compiling data-encoding v2.11.0
2026-07-27T14:51:40.8028038Z    Compiling pem-rfc7468 v1.0.0
2026-07-27T14:51:40.8610611Z    Compiling vcpkg v0.2.15
2026-07-27T14:51:40.8650879Z    Compiling try-lock v0.2.5
2026-07-27T14:51:40.9160756Z    Compiling mio v1.2.1
2026-07-27T14:51:40.9260651Z    Compiling socket2 v0.6.4
2026-07-27T14:51:40.9563341Z    Compiling getrandom v0.2.17
2026-07-27T14:51:41.0420236Z    Compiling pkg-config v0.3.33
2026-07-27T14:51:41.1720327Z    Compiling rand v0.10.1
2026-07-27T14:51:41.1840490Z    Compiling uuid v1.23.2
2026-07-27T14:51:41.2551016Z    Compiling rand_core v0.6.4
2026-07-27T14:51:41.2860566Z    Compiling time-core v0.1.8
2026-07-27T14:51:41.3770740Z    Compiling zmij v1.0.21
2026-07-27T14:51:41.3970762Z    Compiling base64 v0.22.1
2026-07-27T14:51:41.4470682Z    Compiling tower-service v0.3.3
2026-07-27T14:51:41.5160096Z    Compiling parking_lot v0.12.5
2026-07-27T14:51:41.5400589Z    Compiling want v0.3.1
2026-07-27T14:51:41.7000412Z    Compiling sha2 v0.10.9
2026-07-27T14:51:41.7370586Z    Compiling cmake v0.1.58
2026-07-27T14:51:41.7651796Z    Compiling tinyvec v1.11.0
2026-07-27T14:51:41.7751673Z    Compiling block-buffer v0.12.0
2026-07-27T14:51:41.8200972Z    Compiling crypto-common v0.2.2
2026-07-27T14:51:41.9200619Z    Compiling inout v0.1.4
2026-07-27T14:51:41.9380679Z    Compiling vergen-lib v9.1.0
2026-07-27T14:51:41.9550724Z    Compiling n0-future v0.3.2
2026-07-27T14:51:41.9761939Z    Compiling serde_json v1.0.150
2026-07-27T14:51:42.1004086Z    Compiling spin v0.10.0
2026-07-27T14:51:42.1087716Z    Compiling crossbeam-utils v0.8.21
2026-07-27T14:51:42.1399700Z    Compiling signature v2.2.0
2026-07-27T14:51:42.2006484Z    Compiling parking v2.2.1
2026-07-27T14:51:42.2161369Z    Compiling cordyceps v0.3.4
2026-07-27T14:51:42.2507700Z    Compiling diatomic-waker v0.2.3
2026-07-27T14:51:42.2627126Z    Compiling winnow v1.0.3
2026-07-27T14:51:42.2728083Z    Compiling httpdate v1.0.3
2026-07-27T14:51:42.3380956Z    Compiling futures-lite v2.6.1
2026-07-27T14:51:42.3550940Z    Compiling ed25519 v2.2.3
2026-07-27T14:51:42.4280981Z    Compiling cipher v0.4.4
2026-07-27T14:51:42.4400442Z    Compiling netlink-packet-core v0.8.1
2026-07-27T14:51:42.4510531Z    Compiling universal-hash v0.5.1
2026-07-27T14:51:42.4865832Z    Compiling vergen v9.1.0
2026-07-27T14:51:42.5210940Z    Compiling vergen-lib v0.1.6
2026-07-27T14:51:42.5714941Z    Compiling heapless v0.7.17
2026-07-27T14:51:42.6200934Z    Compiling futures-buffered v0.2.13
2026-07-27T14:51:42.6322543Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-27T14:51:42.6406278Z    Compiling noq-udp v0.10.0
2026-07-27T14:51:42.6597250Z    Compiling sync_wrapper v1.0.2
2026-07-27T14:51:42.7360962Z    Compiling allocator-api2 v0.2.21
2026-07-27T14:51:42.7444901Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-27T14:51:42.8066773Z    Compiling opaque-debug v0.3.1
2026-07-27T14:51:42.8451665Z    Compiling byteorder v1.5.0
2026-07-27T14:51:42.8705773Z    Compiling polyval v0.6.2
2026-07-27T14:51:42.9278554Z    Compiling aws-lc-sys v0.41.0
2026-07-27T14:51:42.9371725Z    Compiling ring v0.17.14
2026-07-27T14:51:42.9950541Z    Compiling libsqlite3-sys v0.30.1
2026-07-27T14:51:43.0056303Z    Compiling digest v0.11.3
2026-07-27T14:51:43.0772308Z    Compiling hash32 v0.2.1
2026-07-27T14:51:43.1400947Z    Compiling spin v0.9.8
2026-07-27T14:51:43.1490806Z    Compiling vergen-gitcl v1.0.8
2026-07-27T14:51:43.1908417Z    Compiling tower-layer v0.3.3
2026-07-27T14:51:43.2031127Z    Compiling fallible-iterator v0.3.0
2026-07-27T14:51:43.2660896Z    Compiling num_threads v0.1.7
2026-07-27T14:51:43.3238695Z    Compiling ryu v1.0.23
2026-07-27T14:51:43.3971159Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-27T14:51:43.3997010Z    Compiling signature v3.0.0
2026-07-27T14:51:43.4638128Z    Compiling time v0.3.47
2026-07-27T14:51:43.5642228Z    Compiling sha2 v0.11.0-rc.5
2026-07-27T14:51:43.5830394Z    Compiling ghash v0.5.1
2026-07-27T14:51:43.5900563Z    Compiling ctr v0.9.2
2026-07-27T14:51:43.6647384Z    Compiling aes v0.8.4
2026-07-27T14:51:43.6880654Z    Compiling fs2 v0.4.3
2026-07-27T14:51:43.6969869Z    Compiling http-body-util v0.1.3
2026-07-27T14:51:43.7270500Z    Compiling aead v0.5.2
2026-07-27T14:51:43.8290453Z    Compiling utf8parse v0.2.2
2026-07-27T14:51:43.8450869Z    Compiling openssl-probe v0.2.1
2026-07-27T14:51:43.8715366Z    Compiling arrayvec v0.7.6
2026-07-27T14:51:43.8840539Z    Compiling crossbeam-epoch v0.9.18
2026-07-27T14:51:43.9240354Z    Compiling crossbeam-channel v0.5.15
2026-07-27T14:51:44.0452137Z    Compiling blake3 v1.8.5
2026-07-27T14:51:44.0580885Z    Compiling netlink-packet-route v0.29.0
2026-07-27T14:51:44.1482090Z    Compiling memoffset v0.6.5
2026-07-27T14:51:44.3200603Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-27T14:51:44.3481923Z    Compiling aes-gcm v0.10.3
2026-07-27T14:51:44.3590604Z    Compiling acto v0.8.2
2026-07-27T14:51:44.3897524Z    Compiling noq v0.18.0
2026-07-27T14:51:44.4101166Z    Compiling netwatch v0.16.0
2026-07-27T14:51:44.5378270Z    Compiling lru-slab v0.1.2
2026-07-27T14:51:44.5770901Z    Compiling thiserror v1.0.69
2026-07-27T14:51:44.5881013Z    Compiling foldhash v0.2.0
2026-07-27T14:51:44.6153083Z    Compiling xml-rs v0.8.28
2026-07-27T14:51:44.6456272Z    Compiling sorted-index-buffer v0.2.1
2026-07-27T14:51:44.6544754Z    Compiling mac-addr v0.3.0
2026-07-27T14:51:44.6760709Z    Compiling rustc-hash v2.1.2
2026-07-27T14:51:44.7619123Z    Compiling ref-cast v1.0.25
2026-07-27T14:51:44.7802003Z    Compiling rustix v1.1.4
2026-07-27T14:51:44.7900562Z    Compiling identity-hash v0.1.0
2026-07-27T14:51:44.8860923Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-27T14:51:44.8861809Z    Compiling tagptr v0.2.0
2026-07-27T14:51:44.9640774Z    Compiling hashbrown v0.16.1
2026-07-27T14:51:45.0941495Z    Compiling netlink-packet-route v0.30.0
2026-07-27T14:51:45.1700464Z    Compiling termios v0.2.2
2026-07-27T14:51:45.2710561Z    Compiling ioctl-rs v0.1.6
2026-07-27T14:51:45.3050533Z    Compiling errno v0.3.14
2026-07-27T14:51:45.3620914Z    Compiling serial-core v0.4.0
2026-07-27T14:51:45.4356314Z    Compiling synstructure v0.13.2
2026-07-27T14:51:45.4477495Z    Compiling darling_core v0.20.11
2026-07-27T14:51:45.5330574Z    Compiling xmltree v0.10.3
2026-07-27T14:51:45.6566387Z    Compiling serde_derive_internals v0.29.1
2026-07-27T14:51:45.7521109Z    Compiling proc-macro-crate v3.5.0
2026-07-27T14:51:45.8398534Z    Compiling aho-corasick v1.1.4
2026-07-27T14:51:45.8783607Z    Compiling simple-dns v0.9.3
2026-07-27T14:51:46.0198299Z    Compiling winnow v0.7.15
2026-07-27T14:51:46.2370510Z    Compiling signal-hook v0.3.18
2026-07-27T14:51:46.2961136Z    Compiling arrayref v0.3.9
2026-07-27T14:51:46.3056891Z    Compiling simdutf8 v0.1.5
2026-07-27T14:51:46.3511264Z    Compiling regex-syntax v0.8.10
2026-07-27T14:51:46.3840740Z    Compiling resolv-conf v0.7.6
2026-07-27T14:51:46.4090631Z    Compiling toml_write v0.1.2
2026-07-27T14:51:46.4820669Z    Compiling linux-raw-sys v0.12.1
2026-07-27T14:51:46.6060684Z    Compiling constant_time_eq v0.4.2
2026-07-27T14:51:46.6152469Z    Compiling smol_str v0.1.24
2026-07-27T14:51:46.8050323Z    Compiling sha1_smol v1.0.1
2026-07-27T14:51:46.9260920Z    Compiling lru v0.16.4
2026-07-27T14:51:46.9410827Z    Compiling serial-unix v0.4.0
2026-07-27T14:51:47.0690636Z    Compiling signal-hook-registry v1.4.8
2026-07-27T14:51:47.1128046Z    Compiling darling_core v0.23.0
2026-07-27T14:51:47.2794099Z    Compiling serde_bytes v0.11.19
2026-07-27T14:51:47.4488526Z    Compiling seize v0.5.1
2026-07-27T14:51:47.5059581Z    Compiling serde_derive v1.0.228
2026-07-27T14:51:47.5215366Z    Compiling zeroize_derive v1.4.3
2026-07-27T14:51:47.6376858Z    Compiling tokio-macros v2.7.0
2026-07-27T14:51:47.8770922Z    Compiling futures-macro v0.3.32
2026-07-27T14:51:48.1761078Z    Compiling zeroize v1.8.2
2026-07-27T14:51:48.3662305Z    Compiling zerofrom-derive v0.1.7
2026-07-27T14:51:48.4094742Z    Compiling tokio v1.52.3
2026-07-27T14:51:48.5344211Z    Compiling yoke-derive v0.8.2
2026-07-27T14:51:48.5990775Z    Compiling zerovec-derive v0.11.3
2026-07-27T14:51:48.7700583Z    Compiling futures-util v0.3.32
2026-07-27T14:51:48.8481396Z    Compiling displaydoc v0.2.6
2026-07-27T14:51:48.9611142Z    Compiling tracing-attributes v0.1.31
2026-07-27T14:51:49.5681528Z    Compiling rustls-pki-types v1.14.1
2026-07-27T14:51:49.8090558Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-27T14:51:50.0404849Z    Compiling zerofrom v0.1.8
2026-07-27T14:51:50.0779895Z    Compiling thiserror-impl v2.0.18
2026-07-27T14:51:50.1633243Z    Compiling yoke v0.8.3
2026-07-27T14:51:50.3619256Z    Compiling zerovec v0.11.6
2026-07-27T14:51:50.3739975Z    Compiling zerotrie v0.2.4
2026-07-27T14:51:50.5970951Z    Compiling darling_macro v0.20.11
2026-07-27T14:51:50.7099278Z    Compiling derive_more-impl v2.1.1
2026-07-27T14:51:50.7562459Z    Compiling spez v0.1.2
2026-07-27T14:51:50.7960776Z    Compiling n0-error-macros v0.1.3
2026-07-27T14:51:50.9809136Z    Compiling der v0.8.0-rc.10
2026-07-27T14:51:51.0284898Z    Compiling darling v0.20.11
2026-07-27T14:51:51.1240759Z    Compiling derive_builder_core v0.20.2
2026-07-27T14:51:51.1330893Z    Compiling pin-project-internal v1.1.13
2026-07-27T14:51:51.1989618Z    Compiling tinystr v0.8.3
2026-07-27T14:51:51.4740345Z    Compiling icu_locale_core v2.2.0
2026-07-27T14:51:51.9670396Z    Compiling potential_utf v0.1.5
2026-07-27T14:51:52.1283747Z    Compiling icu_collections v2.2.0
2026-07-27T14:51:52.1380798Z    Compiling n0-error v0.1.3
2026-07-27T14:51:52.3930504Z    Compiling derive_builder_macro v0.20.2
2026-07-27T14:51:52.5950684Z    Compiling spki v0.8.0-rc.4
2026-07-27T14:51:52.6847088Z    Compiling pin-project v1.1.13
2026-07-27T14:51:52.7081935Z    Compiling derive_builder v0.20.2
2026-07-27T14:51:52.7636469Z    Compiling futures-executor v0.3.32
2026-07-27T14:51:52.8134515Z    Compiling icu_provider v2.2.0
2026-07-27T14:51:52.8527169Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-27T14:51:52.9896867Z    Compiling ed25519-dalek v2.2.0
2026-07-27T14:51:53.0235000Z    Compiling futures v0.3.32
2026-07-27T14:51:53.1220717Z    Compiling ipnet v2.12.0
2026-07-27T14:51:53.1539914Z    Compiling ed25519 v3.0.0-rc.4
2026-07-27T14:51:53.2074780Z    Compiling icu_normalizer v2.2.0
2026-07-27T14:51:53.2580485Z    Compiling icu_properties v2.2.0
2026-07-27T14:51:53.2665468Z    Compiling spt-proto v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-27T14:51:53.6810806Z    Compiling prefix-trie v0.8.4
2026-07-27T14:51:53.7221164Z    Compiling cobs v0.3.0
2026-07-27T14:51:53.7850150Z    Compiling once_cell v1.21.4
2026-07-27T14:51:53.8902177Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-27T14:51:53.9616325Z    Compiling postcard-derive v0.2.2
2026-07-27T14:51:54.0810610Z    Compiling tracing-core v0.1.36
2026-07-27T14:51:54.1560768Z    Compiling rustls-native-certs v0.8.4
2026-07-27T14:51:54.3460258Z    Compiling tokio-util v0.7.18
2026-07-27T14:51:54.3611026Z    Compiling hashbrown v0.14.5
2026-07-27T14:51:54.4925695Z    Compiling netlink-sys v0.8.8
2026-07-27T14:51:54.6070952Z    Compiling tracing v0.1.44
2026-07-27T14:51:54.6650239Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-27T14:51:54.7273316Z    Compiling idna_adapter v1.2.2
2026-07-27T14:51:54.7883043Z    Compiling postcard v1.1.3
2026-07-27T14:51:54.7971025Z    Compiling data-encoding-macro v0.1.20
2026-07-27T14:51:54.8490778Z    Compiling idna v1.1.0
2026-07-27T14:51:54.8601581Z    Compiling tower v0.5.3
2026-07-27T14:51:54.9706587Z    Compiling async-trait v0.1.89
2026-07-27T14:51:54.9919399Z    Compiling enum-assoc v1.3.0
2026-07-27T14:51:55.1000607Z    Compiling iroh-metrics-derive v0.4.1
2026-07-27T14:51:55.1941359Z    Compiling hashlink v0.9.1
2026-07-27T14:51:55.2484314Z    Compiling h2 v0.4.14
2026-07-27T14:51:55.2644366Z    Compiling num_enum_derive v0.7.6
2026-07-27T14:51:55.2732236Z    Compiling strum_macros v0.28.0
2026-07-27T14:51:55.2850996Z    Compiling tokio-stream v0.1.18
2026-07-27T14:51:55.5130806Z    Compiling url v2.5.8
2026-07-27T14:51:55.5230862Z    Compiling iroh-relay v0.98.0
2026-07-27T14:51:55.5826422Z    Compiling iroh-metrics v0.38.3
2026-07-27T14:51:55.6699308Z    Compiling rusqlite v0.32.1
2026-07-27T14:51:55.7821113Z    Compiling derive_more v2.1.1
2026-07-27T14:51:55.8090473Z    Compiling netlink-proto v0.12.0
2026-07-27T14:51:55.8730692Z    Compiling netdev v0.42.0
2026-07-27T14:51:55.9242393Z    Compiling moka v0.12.15
2026-07-27T14:51:56.0039219Z    Compiling toml_datetime v0.6.11
2026-07-27T14:51:56.0798852Z    Compiling n0-watcher v0.6.1
2026-07-27T14:51:56.1481191Z    Compiling serde_spanned v0.6.9
2026-07-27T14:51:56.2019831Z    Compiling ref-cast-impl v1.0.25
2026-07-27T14:51:56.2131016Z    Compiling thiserror-impl v1.0.69
2026-07-27T14:51:56.2620749Z    Compiling toml_edit v0.22.27
2026-07-27T14:51:56.3369430Z    Compiling webpki-roots v1.0.7
2026-07-27T14:51:56.3676668Z    Compiling regex-automata v0.4.14
2026-07-27T14:51:56.4572449Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-27T14:51:56.5053166Z    Compiling num_enum v0.7.6
2026-07-27T14:51:56.6310748Z    Compiling tower-http v0.6.11
2026-07-27T14:51:56.7608849Z    Compiling attohttpc v0.30.1
2026-07-27T14:51:56.9340705Z    Compiling iroh-base v0.98.0
2026-07-27T14:51:57.1231807Z    Compiling spt-store v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-27T14:51:57.2491365Z    Compiling schemars_derive v1.2.1
2026-07-27T14:51:57.2619520Z    Compiling hmac v0.12.1
2026-07-27T14:51:57.3978674Z    Compiling iroh v0.98.2
2026-07-27T14:51:57.6573152Z    Compiling bitflags v1.3.2
2026-07-27T14:51:57.6824439Z    Compiling pin-utils v0.1.0
2026-07-27T14:51:57.6865645Z    Compiling rustix v0.38.44
2026-07-27T14:51:57.7290640Z    Compiling cmov v0.5.4
2026-07-27T14:51:57.7490933Z    Compiling dyn-clone v1.0.20
2026-07-27T14:51:57.8352706Z    Compiling nix v0.25.1
2026-07-27T14:51:57.9510048Z    Compiling hkdf v0.12.4
2026-07-27T14:51:58.0037222Z    Compiling ctutils v0.4.2
2026-07-27T14:51:58.0864995Z    Compiling filedescriptor v0.8.3
2026-07-27T14:51:58.0970581Z    Compiling backon v1.6.0
2026-07-27T14:51:58.1340948Z    Compiling darling_macro v0.23.0
2026-07-27T14:51:58.2665483Z    Compiling papaya v0.2.4
2026-07-27T14:51:58.3702821Z    Compiling strum v0.28.0
2026-07-27T14:51:58.4333174Z    Compiling serial v0.4.0
2026-07-27T14:51:58.4797115Z    Compiling anstyle-parse v1.0.0
2026-07-27T14:51:58.5344376Z    Compiling iroh-dns v0.98.0
2026-07-27T14:51:58.5406814Z    Compiling vte_generate_state_changes v0.1.2
2026-07-27T14:51:58.5590875Z    Compiling instability v0.3.12
2026-07-27T14:51:58.7306692Z    Compiling foldhash v0.1.5
2026-07-27T14:51:58.7401785Z    Compiling anstyle v1.0.14
2026-07-27T14:51:58.7720873Z    Compiling linux-raw-sys v0.4.15
2026-07-27T14:51:58.8150722Z    Compiling colorchoice v1.0.5
2026-07-27T14:51:58.8191022Z    Compiling is_terminal_polyfill v1.70.2
2026-07-27T14:51:58.8771004Z    Compiling unicode-width v0.2.0
2026-07-27T14:51:58.8892973Z    Compiling anstyle-query v1.1.5
2026-07-27T14:51:58.9122617Z    Compiling downcast-rs v1.2.1
2026-07-27T14:51:58.9569828Z    Compiling shell-words v1.1.1
2026-07-27T14:51:58.9809504Z    Compiling toml v0.8.23
2026-07-27T14:51:58.9889419Z    Compiling anstream v1.0.0
2026-07-27T14:51:59.0129989Z    Compiling hashbrown v0.15.5
2026-07-27T14:51:59.1100280Z    Compiling vte v0.13.1
2026-07-27T14:51:59.1600303Z    Compiling signal-hook-mio v0.2.5
2026-07-27T14:51:59.1879532Z    Compiling darling v0.23.0
2026-07-27T14:51:59.2432810Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-27T14:51:59.2580599Z    Compiling regex v1.12.3
2026-07-27T14:51:59.3900521Z    Compiling spake2 v0.4.0
2026-07-27T14:51:59.5547339Z    Compiling schemars v1.2.1
2026-07-27T14:51:59.8445562Z    Compiling terminal_size v0.4.4
2026-07-27T14:51:59.9530549Z    Compiling strum_macros v0.26.4
2026-07-27T14:51:59.9970854Z    Compiling sha1 v0.10.6
2026-07-27T14:52:00.0581916Z    Compiling itertools v0.13.0
2026-07-27T14:52:00.0928123Z    Compiling castaway v0.2.4
2026-07-27T14:52:00.2140552Z    Compiling static_assertions v1.1.0
2026-07-27T14:52:00.2720738Z    Compiling clap_lex v1.1.0
2026-07-27T14:52:00.2886125Z    Compiling doctest-file v1.1.1
2026-07-27T14:52:00.2983458Z    Compiling unicode-width v0.1.14
2026-07-27T14:52:00.5830861Z    Compiling indoc v2.0.7
2026-07-27T14:52:00.6090262Z    Compiling clap_builder v4.6.0
2026-07-27T14:52:00.6740690Z    Compiling crossterm v0.28.1
2026-07-27T14:52:00.8800767Z    Compiling interprocess v2.4.2
2026-07-27T14:52:01.1017562Z    Compiling hyper v1.10.1
2026-07-27T14:52:01.7861240Z    Compiling spt-msg v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-27T14:52:02.0290747Z    Compiling unicode-truncate v1.1.0
2026-07-27T14:52:02.1041242Z    Compiling spt-runtime v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-27T14:52:02.2000559Z    Compiling portable-pty v0.8.1
2026-07-27T14:52:02.3271254Z    Compiling compact_str v0.8.2
2026-07-27T14:52:02.4354273Z    Compiling lru v0.12.5
2026-07-27T14:52:02.5437585Z    Compiling strum v0.26.3
2026-07-27T14:52:02.5530747Z    Compiling clap_derive v4.6.1
2026-07-27T14:52:02.5906855Z    Compiling cassowary v0.3.0
2026-07-27T14:52:02.6389461Z    Compiling iana-time-zone v0.1.65
2026-07-27T14:52:02.6599917Z    Compiling nucleo-matcher v0.3.1
2026-07-27T14:52:02.6793840Z    Compiling qrcode v0.14.1
2026-07-27T14:52:02.7138565Z    Compiling spt-term v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-27T14:52:03.0030868Z    Compiling ratatui v0.29.0
2026-07-27T14:52:03.2087478Z    Compiling hyper-util v0.1.20
2026-07-27T14:52:03.3779341Z    Compiling chrono v0.4.45
2026-07-27T14:52:03.3885332Z    Compiling tempfile v3.27.0
2026-07-27T14:52:04.9052066Z    Compiling clap v4.6.1
2026-07-27T14:52:05.2102218Z    Compiling igd-next v0.17.1
2026-07-27T14:52:05.9620809Z    Compiling spt-live v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-27T14:52:06.4025680Z    Compiling portmapper v0.16.0
2026-07-27T14:52:12.0265265Z    Compiling rustls-webpki v0.103.13
2026-07-27T14:52:14.4647027Z    Compiling tokio-rustls v0.26.4
2026-07-27T14:52:14.4647485Z    Compiling noq-proto v0.17.0
2026-07-27T14:52:14.4647795Z    Compiling rustls-platform-verifier v0.7.0
2026-07-27T14:52:14.6171094Z    Compiling hickory-net v0.26.0-beta.4
2026-07-27T14:52:14.6171764Z    Compiling hyper-rustls v0.27.9
2026-07-27T14:52:14.6172187Z    Compiling tokio-websockets v0.13.2
2026-07-27T14:52:14.7435268Z    Compiling reqwest v0.13.4
2026-07-27T14:52:15.7265432Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-27T14:52:29.9989765Z    Compiling spt-net v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-27T14:52:31.5527992Z    Compiling spt-daemon v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-27T14:52:41.6849708Z    Compiling spt v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-27T14:52:46.8254353Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-27T14:52:46.8478710Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3ab4271e97bdecca)
2026-07-27T14:52:46.8492263Z 
2026-07-27T14:52:46.8492412Z running 1 test
2026-07-27T14:52:53.0472294Z test new_brain_serves_against_old_broker ... ok
2026-07-27T14:52:53.0472623Z 
2026-07-27T14:52:53.0472900Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.20s
2026-07-27T14:52:53.0473263Z 
